home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15597 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1014 b 

  1. Path: news1.interserv.net!news
  2. From: grillon@interserv.com
  3. Newsgroups: comp.lang.c++
  4. Subject: HELP: gcc/g++ exceptions
  5. Date: 6 Apr 1996 04:58:16 GMT
  6. Organization: ASOMA Instruments, Inc. -- Austin TX
  7. Message-ID: <4k4tl8$k3m@lal.interserv.net>
  8. NNTP-Posting-Host: hd83-110.compuserve.com
  9. Keywords: c++ exceptions howto gcc g++
  10. X-Newsreader: SPRY News 3.03 (SPRY, Inc.)
  11.  
  12. Folks,
  13.     I'm trying to port some Borland v4.52 code to gcc on Red Hat Linux.
  14. The code uses try{ } and throw( ) and catch( ).  I get compile errors
  15. under gcc/g++.  If I get to the linker, I get undefined for terminate() and
  16. xalloc().  CAN YOU HELP?
  17.  
  18. Q1:  Do you have a 'hello world' like example using exceptions with a make file
  19. that I can just get a copy of?
  20.  
  21. Q2:  Can you tell me all the relevant parts and versions?
  22.  
  23. Q3:  Am I trying to do something that is not real yet on Linux becuase --
  24. worng compiler version, wrong linker, wrong libraries, wrong ...
  25.  
  26. Thanks in advance,
  27.     Dan St.Andre'
  28.    ASOMA Instruments, Inc
  29.    Austin, TX  78759
  30.